﻿2026-07-27T14:16:00.6052883Z ##[group]Run set -euo pipefail
2026-07-27T14:16:00.6053221Z [36;1mset -euo pipefail[0m
2026-07-27T14:16:00.6053465Z [36;1mPIN=0c95435[0m
2026-07-27T14:16:00.6053698Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T14:16:00.6053974Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T14:16:00.6054348Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T14:16:00.6054799Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T14:16:00.6055272Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T14:16:00.6055631Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T14:16:00.6055887Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T14:16:00.6056178Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T14:16:00.6056541Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T14:16:00.6056919Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T14:16:00.6057239Z [36;1mfi[0m
2026-07-27T14:16:00.6057549Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T14:16:00.6071045Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T14:16:00.6071358Z env:
2026-07-27T14:16:00.6071576Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T14:16:00.6071829Z ##[endgroup]
2026-07-27T14:16:00.8952530Z    Compiling proc-macro2 v1.0.106
2026-07-27T14:16:00.8953246Z    Compiling quote v1.0.45
2026-07-27T14:16:00.8953750Z    Compiling unicode-ident v1.0.24
2026-07-27T14:16:00.8954253Z    Compiling libc v0.2.186
2026-07-27T14:16:00.8954748Z    Compiling serde_core v1.0.228
2026-07-27T14:16:00.8955174Z    Compiling cfg-if v1.0.4
2026-07-27T14:16:00.8955459Z    Compiling serde v1.0.228
2026-07-27T14:16:00.9008236Z    Compiling log v0.4.32
2026-07-27T14:16:00.9057512Z    Compiling pin-project-lite v0.2.17
2026-07-27T14:16:00.9090953Z    Compiling portable-atomic v1.13.1
2026-07-27T14:16:00.9091707Z    Compiling typenum v1.20.1
2026-07-27T14:16:00.9161277Z    Compiling version_check v0.9.5
2026-07-27T14:16:00.9207162Z    Compiling memchr v2.8.1
2026-07-27T14:16:00.9341469Z    Compiling find-msvc-tools v0.1.9
2026-07-27T14:16:00.9376699Z    Compiling critical-section v1.2.0
2026-07-27T14:16:00.9508871Z    Compiling shlex v2.0.1
2026-07-27T14:16:00.9851338Z    Compiling futures-core v0.3.32
2026-07-27T14:16:00.9999483Z    Compiling bytes v1.11.1
2026-07-27T14:16:01.0404855Z    Compiling subtle v2.6.1
2026-07-27T14:16:01.1721282Z    Compiling smallvec v1.15.1
2026-07-27T14:16:01.1871143Z    Compiling equivalent v1.0.2
2026-07-27T14:16:01.1931651Z    Compiling itoa v1.0.18
2026-07-27T14:16:01.2041068Z    Compiling semver v1.0.28
2026-07-27T14:16:01.2217916Z    Compiling stable_deref_trait v1.2.1
2026-07-27T14:16:01.2721433Z    Compiling slab v0.4.12
2026-07-27T14:16:01.2858009Z    Compiling futures-io v0.3.32
2026-07-27T14:16:01.2981234Z    Compiling futures-sink v0.3.32
2026-07-27T14:16:01.3071028Z    Compiling futures-task v0.3.32
2026-07-27T14:16:01.3438111Z    Compiling generic-array v0.14.7
2026-07-27T14:16:01.4040744Z    Compiling futures-channel v0.3.32
2026-07-27T14:16:01.4404016Z    Compiling rand_core v0.10.1
2026-07-27T14:16:01.4703959Z    Compiling hashbrown v0.17.1
2026-07-27T14:16:01.4801114Z    Compiling rustversion v1.0.22
2026-07-27T14:16:01.5115741Z    Compiling bitflags v2.12.1
2026-07-27T14:16:01.5211177Z    Compiling getrandom v0.4.2
2026-07-27T14:16:01.5431314Z    Compiling rustc_version v0.4.1
2026-07-27T14:16:01.6240483Z    Compiling cpufeatures v0.2.17
2026-07-27T14:16:01.6710905Z    Compiling fnv v1.0.7
2026-07-27T14:16:01.6953826Z    Compiling strsim v0.11.1
2026-07-27T14:16:01.7051162Z    Compiling cfg_aliases v0.2.1
2026-07-27T14:16:01.7640834Z    Compiling litemap v0.8.2
2026-07-27T14:16:01.7947160Z    Compiling writeable v0.6.3
2026-07-27T14:16:01.8081327Z    Compiling icu_properties_data v2.2.0
2026-07-27T14:16:01.8160788Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T14:16:01.8730912Z    Compiling dunce v1.0.5
2026-07-27T14:16:01.9460452Z    Compiling utf8_iter v1.0.4
2026-07-27T14:16:01.9681009Z    Compiling ident_case v1.0.1
2026-07-27T14:16:02.0230829Z    Compiling fs_extra v1.3.0
2026-07-27T14:16:02.0718351Z    Compiling percent-encoding v2.3.2
2026-07-27T14:16:02.0824515Z    Compiling autocfg v1.5.1
2026-07-27T14:16:02.1101353Z    Compiling http v1.4.1
2026-07-27T14:16:02.1140618Z    Compiling aws-lc-rs v1.17.0
2026-07-27T14:16:02.1640552Z    Compiling unicode-segmentation v1.13.3
2026-07-27T14:16:02.1911251Z    Compiling cpufeatures v0.3.0
2026-07-27T14:16:02.2179625Z    Compiling thiserror v2.0.18
2026-07-27T14:16:02.2589137Z    Compiling syn v2.0.117
2026-07-27T14:16:02.2603297Z    Compiling scopeguard v1.2.0
2026-07-27T14:16:02.3625778Z    Compiling indexmap v2.14.0
2026-07-27T14:16:02.3792206Z    Compiling lock_api v0.4.14
2026-07-27T14:16:02.3831226Z    Compiling chacha20 v0.10.0
2026-07-27T14:16:02.3879366Z    Compiling form_urlencoded v1.2.2
2026-07-27T14:16:02.4391398Z    Compiling untrusted v0.9.0
2026-07-27T14:16:02.4464176Z    Compiling heck v0.5.0
2026-07-27T14:16:02.5380425Z    Compiling rustls v0.23.40
2026-07-27T14:16:02.5490386Z    Compiling atomic-waker v1.1.2
2026-07-27T14:16:02.5800212Z    Compiling const-oid v0.10.2
2026-07-27T14:16:02.5990605Z    Compiling anyhow v1.0.102
2026-07-27T14:16:02.6600493Z    Compiling unicode-xid v0.2.6
2026-07-27T14:16:02.6626670Z    Compiling zerocopy v0.8.50
2026-07-27T14:16:02.6823806Z    Compiling paste v1.0.15
2026-07-27T14:16:02.7000462Z    Compiling convert_case v0.10.0
2026-07-27T14:16:02.7070244Z    Compiling parking_lot_core v0.9.12
2026-07-27T14:16:02.7520469Z    Compiling httparse v1.10.1
2026-07-27T14:16:02.7920788Z    Compiling num-traits v0.2.19
2026-07-27T14:16:02.8360384Z    Compiling hybrid-array v0.4.12
2026-07-27T14:16:02.8660568Z    Compiling curve25519-dalek v4.1.3
2026-07-27T14:16:02.9530493Z    Compiling ahash v0.8.12
2026-07-27T14:16:03.0080968Z    Compiling powerfmt v0.2.0
2026-07-27T14:16:03.0280566Z    Compiling jobserver v0.1.34
2026-07-27T14:16:03.0541966Z    Compiling crypto-common v0.1.7
2026-07-27T14:16:03.0694649Z    Compiling block-buffer v0.10.4
2026-07-27T14:16:03.0945624Z    Compiling fastrand v2.4.1
2026-07-27T14:16:03.1340424Z    Compiling either v1.16.0
2026-07-27T14:16:03.1383062Z    Compiling base64ct v1.8.3
2026-07-27T14:16:03.1737782Z    Compiling deranged v0.5.8
2026-07-27T14:16:03.2262970Z    Compiling digest v0.10.7
2026-07-27T14:16:03.2563153Z    Compiling mio v1.2.1
2026-07-27T14:16:03.3995889Z    Compiling cc v1.2.63
2026-07-27T14:16:03.4060655Z    Compiling socket2 v0.6.4
2026-07-27T14:16:03.4220476Z    Compiling getrandom v0.2.17
2026-07-27T14:16:03.4650324Z    Compiling http-body v1.0.1
2026-07-27T14:16:03.5530675Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T14:16:03.6250898Z    Compiling try-lock v0.2.5
2026-07-27T14:16:03.6920652Z    Compiling rand v0.10.1
2026-07-27T14:16:03.7046514Z    Compiling uuid v1.23.2
2026-07-27T14:16:03.7150380Z    Compiling rand_core v0.6.4
2026-07-27T14:16:03.7450571Z    Compiling num-conv v0.2.2
2026-07-27T14:16:03.7520404Z    Compiling data-encoding v2.11.0
2026-07-27T14:16:03.8448766Z    Compiling tinyvec_macros v0.1.1
2026-07-27T14:16:03.9020580Z    Compiling tower-service v0.3.3
2026-07-27T14:16:03.9360346Z    Compiling pkg-config v0.3.33
2026-07-27T14:16:03.9630427Z    Compiling base64 v0.22.1
2026-07-27T14:16:03.9810175Z    Compiling vcpkg v0.2.15
2026-07-27T14:16:03.9870244Z    Compiling zmij v1.0.21
2026-07-27T14:16:04.0520527Z    Compiling time-core v0.1.8
2026-07-27T14:16:04.1811046Z    Compiling tinyvec v1.11.0
2026-07-27T14:16:04.2440634Z    Compiling parking_lot v0.12.5
2026-07-27T14:16:04.2835688Z    Compiling want v0.3.1
2026-07-27T14:16:04.3020474Z    Compiling crypto-common v0.2.2
2026-07-27T14:16:04.3151187Z    Compiling block-buffer v0.12.0
2026-07-27T14:16:04.3934930Z    Compiling sha2 v0.10.9
2026-07-27T14:16:04.4760746Z    Compiling inout v0.1.4
2026-07-27T14:16:04.4960875Z    Compiling vergen-lib v9.1.0
2026-07-27T14:16:04.6030800Z    Compiling cmake v0.1.58
2026-07-27T14:16:04.6437019Z    Compiling n0-future v0.3.2
2026-07-27T14:16:04.6530526Z    Compiling serde_json v1.0.150
2026-07-27T14:16:04.6906544Z    Compiling diatomic-waker v0.2.3
2026-07-27T14:16:04.7210571Z    Compiling parking v2.2.1
2026-07-27T14:16:04.7448118Z    Compiling crossbeam-utils v0.8.21
2026-07-27T14:16:04.7865063Z    Compiling spin v0.10.0
2026-07-27T14:16:04.8540651Z    Compiling winnow v1.0.3
2026-07-27T14:16:04.8610546Z    Compiling signature v2.2.0
2026-07-27T14:16:04.8710779Z    Compiling httpdate v1.0.3
2026-07-27T14:16:04.8820903Z    Compiling cordyceps v0.3.4
2026-07-27T14:16:04.8935539Z    Compiling futures-lite v2.6.1
2026-07-27T14:16:04.9472499Z    Compiling ed25519 v2.2.3
2026-07-27T14:16:04.9570170Z    Compiling cipher v0.4.4
2026-07-27T14:16:04.9786729Z    Compiling netlink-packet-core v0.8.1
2026-07-27T14:16:05.0503811Z    Compiling universal-hash v0.5.1
2026-07-27T14:16:05.1360783Z    Compiling vergen v9.1.0
2026-07-27T14:16:05.1530909Z    Compiling vergen-lib v0.1.6
2026-07-27T14:16:05.1540348Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T14:16:05.1986745Z    Compiling heapless v0.7.17
2026-07-27T14:16:05.2121522Z    Compiling noq-udp v0.10.0
2026-07-27T14:16:05.2651923Z    Compiling sync_wrapper v1.0.2
2026-07-27T14:16:05.2757458Z    Compiling byteorder v1.5.0
2026-07-27T14:16:05.2947305Z    Compiling futures-buffered v0.2.13
2026-07-27T14:16:05.3021016Z    Compiling allocator-api2 v0.2.21
2026-07-27T14:16:05.3091050Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T14:16:05.3210947Z    Compiling opaque-debug v0.3.1
2026-07-27T14:16:05.3859438Z    Compiling digest v0.11.3
2026-07-27T14:16:05.3931400Z    Compiling polyval v0.6.2
2026-07-27T14:16:05.4747465Z    Compiling hash32 v0.2.1
2026-07-27T14:16:05.5126693Z    Compiling spin v0.9.8
2026-07-27T14:16:05.5523144Z    Compiling vergen-gitcl v1.0.8
2026-07-27T14:16:05.5774871Z    Compiling aws-lc-sys v0.41.0
2026-07-27T14:16:05.5900810Z    Compiling ring v0.17.14
2026-07-27T14:16:05.6249243Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T14:16:05.6801537Z    Compiling signature v3.0.0
2026-07-27T14:16:05.6955936Z    Compiling tower-layer v0.3.3
2026-07-27T14:16:05.7058380Z    Compiling num_threads v0.1.7
2026-07-27T14:16:05.7749752Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T14:16:05.8053414Z    Compiling ryu v1.0.23
2026-07-27T14:16:05.8920888Z    Compiling fallible-iterator v0.3.0
2026-07-27T14:16:05.8980323Z    Compiling time v0.3.47
2026-07-27T14:16:05.9292385Z    Compiling ghash v0.5.1
2026-07-27T14:16:05.9391799Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T14:16:06.0440986Z    Compiling aes v0.8.4
2026-07-27T14:16:06.0571682Z    Compiling ctr v0.9.2
2026-07-27T14:16:06.0673615Z    Compiling http-body-util v0.1.3
2026-07-27T14:16:06.0910792Z    Compiling fs2 v0.4.3
2026-07-27T14:16:06.2430520Z    Compiling aead v0.5.2
2026-07-27T14:16:06.2790508Z    Compiling utf8parse v0.2.2
2026-07-27T14:16:06.3401461Z    Compiling openssl-probe v0.2.1
2026-07-27T14:16:06.3491664Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T14:16:06.3698917Z    Compiling arrayvec v0.7.6
2026-07-27T14:16:06.4050802Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T14:16:06.4181052Z    Compiling crossbeam-channel v0.5.15
2026-07-27T14:16:06.5300318Z    Compiling blake3 v1.8.5
2026-07-27T14:16:06.5510825Z    Compiling netlink-packet-route v0.29.0
2026-07-27T14:16:06.6208093Z    Compiling memoffset v0.6.5
2026-07-27T14:16:06.6277860Z    Compiling acto v0.8.2
2026-07-27T14:16:06.8220986Z    Compiling aes-gcm v0.10.3
2026-07-27T14:16:06.8570743Z    Compiling noq v0.18.0
2026-07-27T14:16:06.9002673Z    Compiling netwatch v0.16.0
2026-07-27T14:16:06.9572640Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T14:16:06.9640348Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T14:16:06.9911314Z    Compiling ref-cast v1.0.25
2026-07-27T14:16:07.0772090Z    Compiling xml-rs v0.8.28
2026-07-27T14:16:07.1181107Z    Compiling mac-addr v0.3.0
2026-07-27T14:16:07.1810812Z    Compiling foldhash v0.2.0
2026-07-27T14:16:07.2934552Z    Compiling identity-hash v0.1.0
2026-07-27T14:16:07.3008825Z    Compiling rustix v1.1.4
2026-07-27T14:16:07.3100550Z    Compiling rustc-hash v2.1.2
2026-07-27T14:16:07.3308656Z    Compiling lru-slab v0.1.2
2026-07-27T14:16:07.3496140Z    Compiling tagptr v0.2.0
2026-07-27T14:16:07.3938711Z    Compiling thiserror v1.0.69
2026-07-27T14:16:07.4610418Z    Compiling hashbrown v0.16.1
2026-07-27T14:16:07.5460866Z    Compiling netlink-packet-route v0.30.0
2026-07-27T14:16:07.6900424Z    Compiling synstructure v0.13.2
2026-07-27T14:16:07.7010451Z    Compiling darling_core v0.20.11
2026-07-27T14:16:07.7701929Z    Compiling proc-macro-crate v3.5.0
2026-07-27T14:16:08.1238151Z    Compiling xmltree v0.10.3
2026-07-27T14:16:08.3360766Z    Compiling serde_derive_internals v0.29.1
2026-07-27T14:16:08.3494534Z    Compiling serial-core v0.4.0
2026-07-27T14:16:08.3579898Z    Compiling termios v0.2.2
2026-07-27T14:16:08.3705643Z    Compiling errno v0.3.14
2026-07-27T14:16:08.3748790Z    Compiling ioctl-rs v0.1.6
2026-07-27T14:16:08.3970657Z    Compiling simple-dns v0.9.3
2026-07-27T14:16:08.4225886Z    Compiling aho-corasick v1.1.4
2026-07-27T14:16:08.4850660Z    Compiling resolv-conf v0.7.6
2026-07-27T14:16:08.4948594Z    Compiling signal-hook v0.3.18
2026-07-27T14:16:08.5117557Z    Compiling sha1_smol v1.0.1
2026-07-27T14:16:08.5390282Z    Compiling constant_time_eq v0.4.2
2026-07-27T14:16:08.6350730Z    Compiling linux-raw-sys v0.12.1
2026-07-27T14:16:08.6854669Z    Compiling regex-syntax v0.8.10
2026-07-27T14:16:08.7479820Z    Compiling smol_str v0.1.24
2026-07-27T14:16:08.7659377Z    Compiling toml_write v0.1.2
2026-07-27T14:16:08.7730816Z    Compiling simdutf8 v0.1.5
2026-07-27T14:16:08.9586226Z    Compiling arrayref v0.3.9
2026-07-27T14:16:09.0260623Z    Compiling winnow v0.7.15
2026-07-27T14:16:09.0820956Z    Compiling serial-unix v0.4.0
2026-07-27T14:16:09.1681167Z    Compiling signal-hook-registry v1.4.8
2026-07-27T14:16:09.3341039Z    Compiling lru v0.16.4
2026-07-27T14:16:09.5329579Z    Compiling darling_core v0.23.0
2026-07-27T14:16:09.6190431Z    Compiling serde_bytes v0.11.19
2026-07-27T14:16:09.6253725Z    Compiling hmac v0.12.1
2026-07-27T14:16:09.7610930Z    Compiling seize v0.5.1
2026-07-27T14:16:09.7762863Z    Compiling iroh v0.98.2
2026-07-27T14:16:09.7880937Z    Compiling serde_derive v1.0.228
2026-07-27T14:16:09.8749749Z    Compiling zeroize_derive v1.4.3
2026-07-27T14:16:10.0250685Z    Compiling tokio-macros v2.7.0
2026-07-27T14:16:10.2112528Z    Compiling futures-macro v0.3.32
2026-07-27T14:16:10.5700581Z    Compiling zeroize v1.8.2
2026-07-27T14:16:10.7500735Z    Compiling tokio v1.52.3
2026-07-27T14:16:10.7810613Z    Compiling zerofrom-derive v0.1.7
2026-07-27T14:16:11.1290941Z    Compiling yoke-derive v0.8.2
2026-07-27T14:16:11.1426216Z    Compiling zerovec-derive v0.11.3
2026-07-27T14:16:11.1538087Z    Compiling futures-util v0.3.32
2026-07-27T14:16:11.4691101Z    Compiling displaydoc v0.2.6
2026-07-27T14:16:11.4930362Z    Compiling tracing-attributes v0.1.31
2026-07-27T14:16:11.9524661Z    Compiling rustls-pki-types v1.14.1
2026-07-27T14:16:12.3516690Z    Compiling zerofrom v0.1.8
2026-07-27T14:16:12.3848775Z    Compiling thiserror-impl v2.0.18
2026-07-27T14:16:12.4996026Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T14:16:12.5255019Z    Compiling yoke v0.8.3
2026-07-27T14:16:12.6390796Z    Compiling darling_macro v0.20.11
2026-07-27T14:16:12.6770629Z    Compiling derive_more-impl v2.1.1
2026-07-27T14:16:12.7370631Z    Compiling zerovec v0.11.6
2026-07-27T14:16:12.9790619Z    Compiling zerotrie v0.2.4
2026-07-27T14:16:13.2527409Z    Compiling darling v0.20.11
2026-07-27T14:16:13.2653553Z    Compiling spez v0.1.2
2026-07-27T14:16:13.3221919Z    Compiling derive_builder_core v0.20.2
2026-07-27T14:16:13.3380774Z    Compiling n0-error-macros v0.1.3
2026-07-27T14:16:13.5416837Z    Compiling tinystr v0.8.3
2026-07-27T14:16:13.5666821Z    Compiling potential_utf v0.1.5
2026-07-27T14:16:13.6325628Z    Compiling der v0.8.0-rc.10
2026-07-27T14:16:13.7160914Z    Compiling icu_collections v2.2.0
2026-07-27T14:16:13.8150636Z    Compiling icu_locale_core v2.2.0
2026-07-27T14:16:14.3955029Z    Compiling pin-project-internal v1.1.13
2026-07-27T14:16:14.4692544Z    Compiling n0-error v0.1.3
2026-07-27T14:16:14.4830889Z    Compiling cobs v0.3.0
2026-07-27T14:16:14.7510804Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T14:16:14.7802382Z    Compiling derive_builder_macro v0.20.2
2026-07-27T14:16:14.8226276Z    Compiling ed25519-dalek v2.2.0
2026-07-27T14:16:15.1884970Z    Compiling icu_provider v2.2.0
2026-07-27T14:16:15.1994342Z    Compiling ipnet v2.12.0
2026-07-27T14:16:15.2143731Z    Compiling derive_builder v0.20.2
2026-07-27T14:16:15.2900798Z    Compiling spki v0.8.0-rc.4
2026-07-27T14:16:15.4760215Z    Compiling icu_properties v2.2.0
2026-07-27T14:16:15.4986016Z    Compiling icu_normalizer v2.2.0
2026-07-27T14:16:15.5530788Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T14:16:15.7311358Z    Compiling prefix-trie v0.8.4
2026-07-27T14:16:15.7500165Z    Compiling futures-executor v0.3.32
2026-07-27T14:16:15.7539375Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T14:16:15.8989989Z    Compiling once_cell v1.21.4
2026-07-27T14:16:15.9817262Z    Compiling pin-project v1.1.13
2026-07-27T14:16:16.0411210Z    Compiling futures v0.3.32
2026-07-27T14:16:16.1250932Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T14:16:16.1304853Z    Compiling postcard-derive v0.2.2
2026-07-27T14:16:16.1810942Z    Compiling tracing-core v0.1.36
2026-07-27T14:16:16.4470484Z    Compiling hashbrown v0.14.5
2026-07-27T14:16:16.4640591Z    Compiling data-encoding-macro v0.1.20
2026-07-27T14:16:16.5440842Z    Compiling rustls-native-certs v0.8.4
2026-07-27T14:16:16.5800560Z    Compiling strum_macros v0.28.0
2026-07-27T14:16:16.6980591Z    Compiling tokio-util v0.7.18
2026-07-27T14:16:16.9068623Z    Compiling tracing v0.1.44
2026-07-27T14:16:16.9706591Z    Compiling idna_adapter v1.2.2
2026-07-27T14:16:17.0541250Z    Compiling netlink-sys v0.8.8
2026-07-27T14:16:17.1230872Z    Compiling idna v1.1.0
2026-07-27T14:16:17.1369569Z    Compiling postcard v1.1.3
2026-07-27T14:16:17.2537653Z    Compiling hashlink v0.9.1
2026-07-27T14:16:17.3097501Z    Compiling tower v0.5.3
2026-07-27T14:16:17.3550825Z    Compiling derive_more v2.1.1
2026-07-27T14:16:17.3950860Z    Compiling num_enum_derive v0.7.6
2026-07-27T14:16:17.4242203Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T14:16:17.5631324Z    Compiling url v2.5.8
2026-07-27T14:16:17.6430609Z    Compiling h2 v0.4.14
2026-07-27T14:16:17.7351077Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T14:16:17.8560343Z    Compiling enum-assoc v1.3.0
2026-07-27T14:16:17.8659389Z    Compiling async-trait v0.1.89
2026-07-27T14:16:17.8860639Z    Compiling iroh-metrics v0.38.3
2026-07-27T14:16:18.0593862Z    Compiling rusqlite v0.32.1
2026-07-27T14:16:18.0991359Z    Compiling n0-watcher v0.6.1
2026-07-27T14:16:18.1531639Z    Compiling tokio-stream v0.1.18
2026-07-27T14:16:18.1990941Z    Compiling netlink-proto v0.12.0
2026-07-27T14:16:18.2639276Z    Compiling netdev v0.42.0
2026-07-27T14:16:18.3700710Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T14:16:18.4190778Z    Compiling iroh-base v0.98.0
2026-07-27T14:16:18.4670846Z    Compiling tower-http v0.6.11
2026-07-27T14:16:18.4719536Z    Compiling attohttpc v0.30.1
2026-07-27T14:16:18.6446071Z    Compiling num_enum v0.7.6
2026-07-27T14:16:18.6502604Z    Compiling iroh-relay v0.98.0
2026-07-27T14:16:18.7420887Z    Compiling moka v0.12.15
2026-07-27T14:16:18.8901033Z    Compiling toml_datetime v0.6.11
2026-07-27T14:16:18.9610718Z    Compiling serde_spanned v0.6.9
2026-07-27T14:16:18.9899631Z    Compiling ref-cast-impl v1.0.25
2026-07-27T14:16:19.0110705Z    Compiling thiserror-impl v1.0.69
2026-07-27T14:16:19.2090563Z    Compiling toml_edit v0.22.27
2026-07-27T14:16:19.2790802Z    Compiling webpki-roots v1.0.7
2026-07-27T14:16:19.2844608Z    Compiling regex-automata v0.4.14
2026-07-27T14:16:19.4141154Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T14:16:19.6300401Z    Compiling schemars_derive v1.2.1
2026-07-27T14:16:19.6670734Z    Compiling strum v0.28.0
2026-07-27T14:16:19.8121036Z    Compiling iroh-dns v0.98.0
2026-07-27T14:16:19.8380829Z    Compiling pin-utils v0.1.0
2026-07-27T14:16:19.8963337Z    Compiling bitflags v1.3.2
2026-07-27T14:16:19.9600514Z    Compiling rustix v0.38.44
2026-07-27T14:16:20.0090790Z    Compiling cmov v0.5.4
2026-07-27T14:16:20.1315169Z    Compiling dyn-clone v1.0.20
2026-07-27T14:16:20.2543025Z    Compiling ctutils v0.4.2
2026-07-27T14:16:20.2613150Z    Compiling nix v0.25.1
2026-07-27T14:16:20.2701124Z    Compiling backon v1.6.0
2026-07-27T14:16:20.3581766Z    Compiling darling_macro v0.23.0
2026-07-27T14:16:20.3930344Z    Compiling papaya v0.2.4
2026-07-27T14:16:20.4100953Z    Compiling hkdf v0.12.4
2026-07-27T14:16:20.5500927Z    Compiling serial v0.4.0
2026-07-27T14:16:20.5720557Z    Compiling anstyle-parse v1.0.0
2026-07-27T14:16:20.6700574Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T14:16:20.7480653Z    Compiling filedescriptor v0.8.3
2026-07-27T14:16:20.7544234Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T14:16:20.7605930Z    Compiling instability v0.3.12
2026-07-27T14:16:20.8260870Z    Compiling linux-raw-sys v0.4.15
2026-07-27T14:16:20.8450610Z    Compiling anstyle-query v1.1.5
2026-07-27T14:16:20.9300697Z    Compiling foldhash v0.1.5
2026-07-27T14:16:20.9498940Z    Compiling anstyle v1.0.14
2026-07-27T14:16:20.9572390Z    Compiling shell-words v1.1.1
2026-07-27T14:16:20.9731220Z    Compiling unicode-width v0.2.0
2026-07-27T14:16:20.9750481Z    Compiling downcast-rs v1.2.1
2026-07-27T14:16:21.0071075Z    Compiling colorchoice v1.0.5
2026-07-27T14:16:21.0558348Z    Compiling vte v0.13.1
2026-07-27T14:16:21.1010568Z    Compiling hashbrown v0.15.5
2026-07-27T14:16:21.1390021Z    Compiling signal-hook-mio v0.2.5
2026-07-27T14:16:21.1547347Z    Compiling anstream v1.0.0
2026-07-27T14:16:21.2069844Z    Compiling darling v0.23.0
2026-07-27T14:16:21.3000645Z    Compiling spake2 v0.4.0
2026-07-27T14:16:21.3009051Z    Compiling terminal_size v0.4.4
2026-07-27T14:16:21.3285855Z    Compiling strum_macros v0.26.4
2026-07-27T14:16:21.4730698Z    Compiling sha1 v0.10.6
2026-07-27T14:16:21.6137785Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T14:16:21.7110770Z    Compiling itertools v0.13.0
2026-07-27T14:16:21.7400649Z    Compiling castaway v0.2.4
2026-07-27T14:16:21.8541280Z    Compiling schemars v1.2.1
2026-07-27T14:16:21.8690651Z    Compiling static_assertions v1.1.0
2026-07-27T14:16:21.9220652Z    Compiling doctest-file v1.1.1
2026-07-27T14:16:21.9440924Z    Compiling toml v0.8.23
2026-07-27T14:16:22.2570833Z    Compiling clap_lex v1.1.0
2026-07-27T14:16:22.4110734Z    Compiling regex v1.12.3
2026-07-27T14:16:22.5171371Z    Compiling indoc v2.0.7
2026-07-27T14:16:22.6040549Z    Compiling unicode-width v0.1.14
2026-07-27T14:16:23.0222127Z    Compiling clap_builder v4.6.0
2026-07-27T14:16:23.0550536Z    Compiling interprocess v2.4.2
2026-07-27T14:16:23.0690349Z    Compiling crossterm v0.28.1
2026-07-27T14:16:23.5705991Z    Compiling hyper v1.10.1
2026-07-27T14:16:23.8970733Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T14:16:23.9220219Z    Compiling strum v0.26.3
2026-07-27T14:16:23.9660778Z    Compiling unicode-truncate v1.1.0
2026-07-27T14:16:24.0360489Z    Compiling compact_str v0.8.2
2026-07-27T14:16:24.1120006Z    Compiling lru v0.12.5
2026-07-27T14:16:24.2760867Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T14:16:24.3660758Z    Compiling clap_derive v4.6.1
2026-07-27T14:16:24.4210883Z    Compiling cassowary v0.3.0
2026-07-27T14:16:24.7500314Z    Compiling portable-pty v0.8.1
2026-07-27T14:16:24.7590648Z    Compiling iana-time-zone v0.1.65
2026-07-27T14:16:24.7953967Z    Compiling ratatui v0.29.0
2026-07-27T14:16:24.9400435Z    Compiling chrono v0.4.45
2026-07-27T14:16:25.1111070Z    Compiling nucleo-matcher v0.3.1
2026-07-27T14:16:25.1194574Z    Compiling qrcode v0.14.1
2026-07-27T14:16:25.4166704Z    Compiling hyper-util v0.1.20
2026-07-27T14:16:25.6706967Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T14:16:25.6949589Z    Compiling tempfile v3.27.0
2026-07-27T14:16:26.8168373Z    Compiling clap v4.6.1
2026-07-27T14:16:27.4004443Z    Compiling igd-next v0.17.1
2026-07-27T14:16:27.9586544Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T14:16:28.7871096Z    Compiling portmapper v0.16.0
2026-07-27T14:16:33.7621302Z    Compiling rustls-webpki v0.103.13
2026-07-27T14:16:36.1348486Z    Compiling tokio-rustls v0.26.4
2026-07-27T14:16:36.1349110Z    Compiling noq-proto v0.17.0
2026-07-27T14:16:36.1349544Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T14:16:36.2791509Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T14:16:36.2792143Z    Compiling hyper-rustls v0.27.9
2026-07-27T14:16:36.2792612Z    Compiling tokio-websockets v0.13.2
2026-07-27T14:16:36.4200659Z    Compiling reqwest v0.13.4
2026-07-27T14:16:37.3577853Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T14:16:51.4857339Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T14:16:53.0084910Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T14:17:03.2360819Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T14:17:08.3460776Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-27T14:17:08.3693081Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T14:17:08.3706508Z 
2026-07-27T14:17:08.3706738Z running 1 test
2026-07-27T14:17:14.4609922Z test new_brain_serves_against_old_broker ... ok
2026-07-27T14:17:14.4610312Z 
2026-07-27T14:17:14.4610645Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-27T14:17:14.4611133Z 
